System.Collections.IDictionary.GetEnumerator Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an enumerator that enumerates all the entries in the dictionary. Each entry is returned as a DictionaryEntry. The entries are enumerated in the same orders as the (overridden) GetEnumerator method.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private IDictionaryEnumerator IDictionary.GetEnumerator()
Visual Basic (Declaration)
Private Function System.Collections.IDictionary.GetEnumerator As IDictionaryEnumerator Implements IDictionary.GetEnumerator
Visual C++
private:
virtual IDictionaryEnumerator^ System.Collections.IDictionary.GetEnumerator () sealed = IDictionary::GetEnumerator

Return Value

An enumerator for enumerating all the elements in the OrderedDictionary.

See Also